DeleteIpSegment
Description
deletes the specified monitoring network segment based on the traffic collection monitoring network segment record ID.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/DeleteIpSegment
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
IpId | BODY | string | Yes | No sample value for this parameter. | the ID of the traffic collection monitoring network segment to be deleted. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}